Post merge fix
Add macros.h to allow Enabled macro, also need to reference include files directly
This commit is contained in:
committed by
Scott Lahteine
parent
d2fb3215da
commit
b55295ad33
@@ -22,6 +22,7 @@
|
||||
|
||||
#ifndef __HAL_PINMAPPING_H__
|
||||
#define __HAL_PINMAPPING_H__
|
||||
#include "../../../macros.h"
|
||||
|
||||
struct pin_data { uint8_t port, pin; };
|
||||
struct adc_pin_data { uint8_t port, pin, adc; };
|
||||
|
||||
Reference in New Issue
Block a user