blk_box_tc/main/drivers/all.h

9 lines
108 B
C

#ifndef ALL_H
#define ALL_H
#include "char_lcd.h"
#include "sd.h"
void init_drivers();
#endif /* ALL_H */