#include <avr/pgmspace.h>
#include "otos_cfg.h"
#include "otos_def.h"
#include "types.h"
#include "error.h"
Go to the source code of this file.
Functions | |
void | otosError (uint8_t *pMessage) |
Handle otOS error. | |
void | otosError_P (PGM_P pMessage) |
Handle otOS error. | |
void | otosSetErrorHandler (void(*pFunc)(uint8_t *)) |
Set error handler function (data space). | |
void | otosSetErrorHandler_P (void(*pFunc)(PGM_P)) |
Set error handler function (program space). | |
Variables | |
void(* | g_pErrorHandler )(uint8_t *) |
void(* | g_pErrorHandler_P )(PGM_P) |
Definition in file error.c.