9 lines
125 B
C
9 lines
125 B
C
#ifndef P002_STEP_1_H
|
|
#define P002_STEP_1_H
|
|
|
|
#include "../drivers/all.h"
|
|
|
|
void p002_step1(void);
|
|
|
|
#endif /* P002_STEP_1_H */
|