fixes include guards
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#ifndef _BSP_IIS_H
|
||||
#define _BSP_IIS_H
|
||||
#ifndef _DEVICES_IIS_H
|
||||
#define _DEVICES_IIS_H
|
||||
|
||||
#include "gen/i2s.h"
|
||||
|
||||
#define MODE_I2S 1
|
||||
#define MODE_PDM 2
|
||||
|
||||
#endif /* _BSP_IIS_H */
|
||||
#endif /* _DEVICES_IIS_H */
|
||||
|
Reference in New Issue
Block a user