Skip to content

Commit a47316e

Browse files
committed
pbio/platform/ev3: Fix auto start flag.
This was incorrectly renamed in e96bf24
1 parent 83e372a commit a47316e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/pbio/platform/ev3/pbsysconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#define PBSYS_CONFIG_STORAGE_ROM_SIZE (PBDRV_CONFIG_BLOCK_DEVICE_TEST_SIZE)
88
#define PBSYS_CONFIG_STORAGE_OVERLAPS_BOOTLOADER_CHECKSUM (0)
99
#define PBSYS_CONFIG_STORAGE_USER_DATA_SIZE (512)
10-
#define PBSYS_CONFIG_STORAGE_AUTO_START (1)
1110
#define PBSYS_CONFIG_STATUS_LIGHT (0)
1211
#define PBSYS_CONFIG_STATUS_LIGHT_BATTERY (0)
1312
#define PBSYS_CONFIG_STATUS_LIGHT_BLUETOOTH (0)
1413
#define PBSYS_CONFIG_USER_PROGRAM (1)
14+
#define PBSYS_CONFIG_USER_PROGRAM_AUTO_START (1)
1515
#define PBSYS_CONFIG_PROGRAM_STOP (0)

lib/pbio/platform/nxt/pbsysconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#define PBSYS_CONFIG_STORAGE_RAM_SIZE (10 * 1024)
77
#define PBSYS_CONFIG_STORAGE_ROM_SIZE (PBDRV_CONFIG_BLOCK_DEVICE_TEST_SIZE)
88
#define PBSYS_CONFIG_STORAGE_USER_DATA_SIZE (512)
9-
#define PBSYS_CONFIG_STORAGE_AUTO_START (1)
109
#define PBSYS_CONFIG_STATUS_LIGHT (0)
1110
#define PBSYS_CONFIG_STATUS_LIGHT_BATTERY (0)
1211
#define PBSYS_CONFIG_STATUS_LIGHT_BLUETOOTH (0)
1312
#define PBSYS_CONFIG_USER_PROGRAM (1)
13+
#define PBSYS_CONFIG_USER_PROGRAM_AUTO_START (1)
1414
#define PBSYS_CONFIG_PROGRAM_STOP (1)

0 commit comments

Comments
 (0)