Skip to content

Commit

Permalink
Update sample.c
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmmackay committed Feb 7, 2021
1 parent 0d56aee commit a5897e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscodec/encoder/pyencoder/c_encoder/sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define FRAM_WRITE_ENABLE
#define FRAM_WRITE_DISABLE
#else
#include <msp430.h>
//#include <msp430.h>
#define FRAM_WRITE_ENABLE SYSCFG0 = FRWPPW | PFWP;
#define FRAM_WRITE_DISABLE SYSCFG0 = FRWPPW | DFWP | PFWP;
#endif
Expand Down

0 comments on commit a5897e3

Please sign in to comment.