mirror of https://github.com/FOME-Tech/fome-fw.git
PDM spells with 'D'
This commit is contained in:
parent
648cdc9ff1
commit
eecff27d3b
|
@ -870,6 +870,7 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
|
|||
case DEFAULT_FRANKENSO:
|
||||
setFrankensoConfiguration();
|
||||
break;
|
||||
case DISCOVERY_PDM:
|
||||
case TEST_ENGINE:
|
||||
setTestCamEngineConfiguration();
|
||||
break;
|
||||
|
|
|
@ -104,7 +104,7 @@ typedef enum __attribute__ ((__packed__)) {
|
|||
|
||||
MRE_SUBARU_EJ18 = 37,
|
||||
|
||||
UNUSED_38 = 38,
|
||||
DISCOVERY_PDM = 38,
|
||||
|
||||
PROTEUS_VW_B6 = 39,
|
||||
|
||||
|
|
Loading…
Reference in New Issue