9 lines
108 B
C
9 lines
108 B
C
#ifndef ALL_H
|
|
#define ALL_H
|
|
|
|
#include "char_lcd.h"
|
|
#include "sd.h"
|
|
|
|
void init_drivers();
|
|
|
|
#endif /* ALL_H */ |