distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
assert_func.cpp File Reference

__assert_func() system call implementation More...

#include "distortos/assertHook.h"
#include "distortos/InterruptMaskingLock.hpp"
#include <cassert>
#include <cstdlib>
Include dependency graph for assert_func.cpp:

Functions

void __assert_func (const char *const file, const int line, const char *const function, const char *const failedExpression)
 

Detailed Description

__assert_func() system call implementation

Author
Copyright (C) 2016-2017 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.