mock/Makefile: Bugfix bei statischen Bibliotheken.
[hackover2013-badge-firmware.git] / mock / badge_main_loop.h
1 #ifndef INCLUDED_BADGE_MAIN_LOOP_H
2 #define INCLUDED_BADGE_MAIN_LOOP_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void badge_main_loop(void);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif
This page took 0.044583 seconds and 5 git commands to generate.