Skip to content

Instantly share code, notes, and snippets.

View Kiogora's full-sized avatar

Alois Mbutura Kiogora

View GitHub Profile
@Kiogora
Kiogora / gist:0e8bdfe8b3d2d12b35ae0470773c5ec5
Last active February 26, 2018 19:25
C struct declaration correction
void app_main()
{
//Config'd channels properly
typedef struct
{
int red;
int green;
int blue;
} colors_t;