Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 5, 2019
1 parent 118fb18 commit 218cd9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -16948,7 +16948,7 @@
"activeStyle": {
"inheritFrom": "default"
},
"action": "show_sys_settings_ethernet",
"action": "",
"left": 0,
"top": 0,
"width": 114,
Expand Down
2 changes: 2 additions & 0 deletions src/eez/modules/dcpX05/dac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ namespace psu {

////////////////////////////////////////////////////////////////////////////////

#if defined(EEZ_PLATFORM_STM32)
static const uint8_t DATA_BUFFER_A = 0B00010000;
static const uint8_t DATA_BUFFER_B = 0B00100100;
#endif

static const uint16_t DAC_MIN = 0;
static const uint16_t DAC_MAX = (1L << DAC_RES) - 1;
Expand Down

0 comments on commit 218cd9d

Please sign in to comment.