Skip to content

Commit

Permalink
fix build ssop20 fail
Browse files Browse the repository at this point in the history
  • Loading branch information
null-lab committed May 5, 2022
1 parent 8f508c0 commit 8391683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cores/lgt8f/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ void lgt8fx8x_init()
#else

#if defined(__LGT8F_SSOP20__)
GPIOR0 = PMXCR | 0x07;
PMXCR = 0x80;
PMXCR = GPIOR0;
GPIOR0 = PMX0 | 0x07;
PMX0 = 0x80;
PMX0 = GPIOR0;
#endif

// enable 32KRC for WDT
Expand Down

0 comments on commit 8391683

Please sign in to comment.