1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Code tidy and addition of GPL headers

This commit is contained in:
Martin Budden 2016-11-06 08:01:34 +00:00
parent 31b6e7e024
commit a7a428a5bb
41 changed files with 424 additions and 180 deletions

View file

@ -463,7 +463,7 @@ void init(void)
#ifdef CANVAS
if (feature(FEATURE_CANVAS)) {
canvasInit();
cmsDisplayPortRegister(canvasInit());
}
#endif