chibios_with_elua/ext/platform_chibios/platform_generic.h

14 lines
253 B
C
Raw Normal View History

2015-03-12 06:54:57 -07:00
// Platform customization header
#ifndef __PLATFORM_GENERIC_H__
#define __PLATFORM_GENERIC_H__
#include "ch.h"
2021-04-21 22:16:50 -07:00
#include "hal.h"
2015-03-12 06:54:57 -07:00
//~ #define PLATFORM_TMR_COUNTS_DOWN
extern BaseSequentialStream *eLuaSDriver;
#endif // #ifndef __PLATFORM_GENERIC_H__