Files
bobbycar-controller-firmware/config_partition.h

6 lines
101 B
C
Raw Normal View History

2022-04-28 21:39:02 +02:00
#include "ab_boot/ab_boot.h"
struct config_partition {
struct ab_boot_config ab_boot_config;
};