Skip to content

Commit

Permalink
remove NRF52 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
outlandnish committed Feb 8, 2020
1 parent d09c714 commit f911fa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion variants/particle_xenon/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define _VARIANT_PARTICLE_XENON_

#define _PINNUM(port, pin) ((port)*32 + (pin))
#define NRF52

/** Master clock frequency */
#define VARIANT_MCK (64000000ul)
Expand Down

0 comments on commit f911fa6

Please sign in to comment.