mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Disable brown-out detector in a more correct way: clear only enable bit instead of clearing the whole register. --------- Co-authored-by: Oleg Kalachev <okalachev@gmail.com>
5 lines
142 B
C++
5 lines
142 B
C++
// Dummy file to make it possible to compile simulator with Flix' util.h
|
|
|
|
#define WRITE_PERI_REG(addr, val) {}
|
|
#define REG_CLR_BIT(_r, _b) {}
|