]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald-ui.c
Power saving changes, add new fonts, bitmaps and screens
[oswald.git] / ui / oswald-ui.c
index 5cb5437508220080144a635f78c348f17b27b350..9d7e57581786022feba8e2401a99cf6268c71208 100644 (file)
@@ -491,6 +491,11 @@ boolean hal_vibration_get_state(void)
        return VibrationState;
 }
 
+uint16_t hal_amblight_get_val(void)
+{
+        return 42;
+} 
+
 
 int main(int argc , char ** argv)
 {