diff options
| author | Damien George | 2014-05-02 13:49:44 +0000 |
|---|---|---|
| committer | Damien George | 2014-05-02 13:49:44 +0000 |
| commit | ba742ed6396cf14151dd397e7dbe6c9d2d2ecf93 (patch) | |
| tree | f53e1ce7633db2734396bf06a138858cb45cb9a5 /stmhal/boards | |
| parent | e276753b458ef7c4c05469324173a455c0e2db46 (diff) | |
Add shell script to automatically build stmhal/ for all pyboards.
Diffstat (limited to 'stmhal/boards')
| -rw-r--r-- | stmhal/boards/PYBV3/mpconfigboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/boards/PYBV3/mpconfigboard.h b/stmhal/boards/PYBV3/mpconfigboard.h index 02ad78a64..af4da0c1d 100644 --- a/stmhal/boards/PYBV3/mpconfigboard.h +++ b/stmhal/boards/PYBV3/mpconfigboard.h @@ -12,7 +12,7 @@ #define MICROPY_HW_ENABLE_RTC (1) #define MICROPY_HW_ENABLE_TIMER (1) #define MICROPY_HW_ENABLE_SERVO (1) -#define MICROPY_HW_ENABLE_DAC (0) +#define MICROPY_HW_ENABLE_DAC (1) #define MICROPY_HW_ENABLE_I2C1 (1) #define MICROPY_HW_ENABLE_SPI1 (1) #define MICROPY_HW_ENABLE_SPI3 (0) |
