simplegui/Transplant/STM32F1/inc/Overrides.h

15 lines
125 B
C
Raw Normal View History

#ifndef _INCLUDE_OVERRIDES_H_
#define _INCLUDE_OVERRIDES_H_
#include <stdio.h>
#ifdef OVERRIDES_PRINTF
#endif
#endif