Advertisement
infected_

Untitled

Apr 3rd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. diff --git a/include/init_sony/init_board_device.h b/include/init_sony/init_board_device.h
  2. index 5502870..0596e70 100644
  3. --- a/include/init_sony/init_board_device.h
  4. +++ b/include/init_sony/init_board_device.h
  5. @@ -20,44 +20,9 @@
  6. #include "init_board_common.h"
  7. #include "init_prototypes.h"
  8.  
  9. -// Constants: device LEDs
  10. -#include "sony_lights.h"
  11. -
  12. -// Constants: devices controls
  13. -#define DEV_BLOCK_FOTA_NUM 16
  14. -
  15. // Class: init_board_device
  16. class init_board_device : public init_board_common
  17. {
  18. -public:
  19. - // Board: introduction for keycheck
  20. - virtual void introduce_keycheck()
  21. - {
  22. - // LED boot selection colors
  23. - led_color(255, 0, 255);
  24. - }
  25. -
  26. - // Board: introduction for Android
  27. - virtual void introduce_android()
  28. - {
  29. - // Power off LED
  30. - led_color(0, 0, 0);
  31. - }
  32. -
  33. - // Board: introduction for Recovery
  34. - virtual void introduce_recovery()
  35. - {
  36. - // LED Recovery colors
  37. - led_color(255, 100, 0);
  38. - }
  39. -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement