diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-03-29 16:41:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-29 16:41:29 -0400 |
| commit | 0653bca3239e9e00ad744523188f181b315d479f (patch) | |
| tree | 1d6154931764b9dba5588d4a9c67547253b27c0f /ports/nrf/mpconfigport.mk | |
| parent | aca74a5394a25ed5cd80bcb7d5050383681304c8 (diff) | |
Revert "Circuitpython nickzoic 1046 nrf rtc"
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
| -rw-r--r-- | ports/nrf/mpconfigport.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index fdeb1bbbe..badfb6735 100644 --- a/ports/nrf/mpconfigport.mk +++ b/ports/nrf/mpconfigport.mk @@ -22,8 +22,8 @@ CIRCUITPY_I2CSLAVE = 0 # nvm not yet implemented CIRCUITPY_NVM = 0 -# enable RTC -CIRCUITPY_RTC = 1 +# rtc not yet implemented +CIRCUITPY_RTC = 0 # frequencyio not yet implemented CIRCUITPY_FREQUENCYIO = 0 |
