WebRadioApp  0.1
radio_status.h
Go to the documentation of this file.
1 
20 #ifndef RADIO_Status_H
21 #define RADIO_Status_H
22 
26 #define RADIO_OK 0
27 #define RADIO_ERROR 1
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif /* RADIO_Status_H */
38