Skip to content

Commit

Permalink
remove BAGL-gating on screen syscalls declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
yhql committed Aug 7, 2023
1 parent d31f67c commit 37eb9e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/os_screen.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "bolos_target.h"
#include "decorators.h"

#ifdef HAVE_BAGL
#ifdef HAVE_SE_SCREEN
//SYSCALL void screen_write_frame(unsigned char* framebuffer PLENGTH(BAGL_WIDTH*BAGL_HEIGHT/8));
/**
Expand Down Expand Up @@ -36,4 +35,3 @@ SYSCALL void bagl_hal_draw_bitmap_within_rect(int x, int y, unsigned int width,
*/
SYSCALL void bagl_hal_draw_rect(unsigned int color, int x, int y, unsigned int width, unsigned int height);
#endif // HAVE_SE_SCREEN
#endif // HAVE_BAGL

0 comments on commit 37eb9e0

Please sign in to comment.