chibios_with_elua/ext/platform_chibios/platform_generic.h

14 lines
253 B
C

// Platform customization header
#ifndef __PLATFORM_GENERIC_H__
#define __PLATFORM_GENERIC_H__
#include "ch.h"
#include "hal.h"
//~ #define PLATFORM_TMR_COUNTS_DOWN
extern BaseSequentialStream *eLuaSDriver;
#endif // #ifndef __PLATFORM_GENERIC_H__