Skip to content

Commit

Permalink
Fix ILRCR
Browse files Browse the repository at this point in the history
  • Loading branch information
serisman committed Jul 6, 2020
1 parent 4a792b6 commit 79d0ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/periph/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ __sfr __at(IHRCR_ADDR) _ihrcr;
#define IHRCR _ihrcr

// PMS131 doesn't seem to have ILRCR for some reason
#if defined(ILRCR)
#if defined(ILRCR_ADDR)
__sfr __at(ILRCR_ADDR) _ilrcr;
#define ILRCR _ilrcr
#endif
Expand Down

0 comments on commit 79d0ed8

Please sign in to comment.