mirror of https://github.com/ARMmbed/mbed-os.git
Define A0 to NC for the TARGET_KW41Z
Set A0 to NC so it is defined on the KW41Z platform.pull/9646/head
parent
e641a0497e
commit
06037854a3
|
@ -100,6 +100,7 @@ typedef enum {
|
||||||
|
|
||||||
DAC0_OUT = PTB18,
|
DAC0_OUT = PTB18,
|
||||||
|
|
||||||
|
A0 = (int)0xFFFFFFFF,
|
||||||
A1 = DAC0_OUT,
|
A1 = DAC0_OUT,
|
||||||
A2 = PTB2,
|
A2 = PTB2,
|
||||||
A3 = PTB3,
|
A3 = PTB3,
|
||||||
|
|
Loading…
Reference in New Issue