Remove old copy comment

This commit is contained in:
Christoffer Sandberg 2022-11-18 18:38:03 +01:00
parent dcf9ec030c
commit 7e03e3dfd9

View file

@ -845,9 +845,6 @@ struct char_to_u8_t {
u8 value;
};
/**
* Commonly used standard colors
*/
static struct char_to_u8_t charging_prio_options[] = {
{ .descriptor = "charge_battery", .value = 0x00 },
{ .descriptor = "performance", .value = 0x01 }