tiz

Dependencies:   TextLCD X_NUCLEO_IKS01A1 func mbed-src mbed

Fork of mas by esproj

func/Error.h

Committer:
herenvarno
Date:
2015-12-10
Revision:
1:1df80fe13928

File content as of revision 1:1df80fe13928:

#include "mbed.h"

#ifndef __ERROR_H__
#define __ERROR_H__

enum ErrorCode{
    ERROR_UNKNOW,
    ERROR_CONFIG
};

void raise_error(ErrorCode ec);

#endif //__ERROR_H__