Skip to content

Commit 72806a2

Browse files
committed
fix: repair board=obelix compilation failure
1 parent 6c28e8a commit 72806a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fw/drivers/wscript_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ elif bld.is_obelix():
227227
'driver_mpu',
228228
'driver_flash',
229229
'driver_gpio_defaults',
230-
'driver_imu'
230+
'driver_imu',
231231
'driver_battery'
232232
],
233233
)

0 commit comments

Comments
 (0)