1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
//----------------------------------------------------------------------------------------------------------------------------
|
||||
|
// Project: Uppsense
|
||||
|
// Name: hardware.h
|
||||
|
// Author: Maximilian Stiefel
|
||||
|
// Date: 09.08.2017
|
||||
|
//
|
||||
|
// Description:
|
||||
|
//
|
||||
|
//----------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
||||
|
#ifndef APP_DEFINES_H_ |
||||
|
#define APP_DEFINES_H_ |
||||
|
|
||||
|
#include "hardware.h" |
||||
|
|
||||
|
#define DEBUG_LEVEL 1 |
||||
|
|
||||
|
#endif /* APP_HARDWARE_H_ */ |
Loading…
Reference in new issue