1
0
Fork 0

Redo workaround for pin_def errors on KINETIS (#16620)

* Redo workaround for pin_def errors on KINETIS

* Redo workaround for pin_def errors on KINETIS
This commit is contained in:
Joel Challis 2022-03-11 18:50:59 +00:00 committed by GitHub
parent 0eb42e042c
commit dd32cdf527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -15,10 +15,6 @@
*/
#pragma once
// TODO: including this avoids "error: expected identifier before '(' token" errors
// here just to please KINETIS builds...
#include "platform_deps.h"
// useful for direct pin mapping
#define NO_PIN (pin_t)(~0)