Files
bobbycar-controller-firmware/config_partition.h
2022-08-12 17:10:57 +02:00

6 lines
101 B
C

#include "ab_boot/ab_boot.h"
struct config_partition {
struct ab_boot_config ab_boot_config;
};