We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
struct CalibrationData { ...};extern const struct CalibrationData mycal;
#include "calibration.h"extern const struct CalibrationData mycal __attribute__((section("cal_data"))) = { ...};