Skip to content

Commit

Permalink
Workaround for pin_def errors on KINETIS (qmk#16614)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and zykrah committed Jul 2, 2022
1 parent a6fc9bb commit ceaf5a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/pin_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
*/
#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)

Expand Down

0 comments on commit ceaf5a6

Please sign in to comment.