Skip to content

Commit

Permalink
Brownout is not an error
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmmackay committed Apr 9, 2021
1 parent f0528e7 commit 0b78076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion wscodec/encoder/pyencoder/c_encoder/nt3h.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#ifndef _NT3H_H_
#define _NT3H_H_

void nt3h_init(void);
int nt3h_writetag(int eepromBlock, char * blkdata);
int nt3h_readtag(int eepromBlock, char * blkdata);
int nt3h_eepromwritedone(void);
Expand Down
2 changes: 1 addition & 1 deletion wscodec/encoder/pyencoder/c_encoder/stat_bits.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
#define CLOCKFAIL_BIT BIT5
#define SCANTIMEOUT_BIT BIT7

#define ERR_BITS (BOR_BIT | SVSH_BIT | WDT_BIT | MISC_BIT | CLOCKFAIL_BIT)
#define ERR_BITS (SVSH_BIT | WDT_BIT | MISC_BIT | CLOCKFAIL_BIT)

0 comments on commit 0b78076

Please sign in to comment.