Add debug_over_spi.[ch]

This commit is contained in:
László Monda
2017-10-08 03:38:43 +02:00
parent 302a750621
commit 6b0ebb1385
6 changed files with 127 additions and 3 deletions

8
left/src/config.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
// Macros:
#define DEBUG_OVER_SPI
#endif