Skip to content

Commit

Permalink
Added missing #endif to board-rk30-sdk.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Galland committed Mar 31, 2013
1 parent 5647ac8 commit 6aa2895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-rk30/board-rk30-sdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#define RK30_FB0_MEM_SIZE 12*SZ_1M
#else
#define RK30_FB0_MEM_SIZE 8*SZ_1M

#endif

#ifdef CONFIG_VIDEO_RK29
/*---------------- Camera Sensor Macro Define Begin ------------------------*/
Expand Down Expand Up @@ -606,7 +606,7 @@ int goodix_init_platform_hw(void)
return 0;
}
u8 ts_config_data[] = {
// ?·??????o????????1?·¥??·????-¤??°??????????????a??¨?o?è?·?????°???é???o|?????¨
// ?��??????o????????1?����??��????-��??��??????????????a??��?o?��?��?????��???��???o|?????��
0x65,0x00,0x04,0x00,0x03,0x00,0x0A,0x0D,0x1E,0xE7,
0x32,0x03,0x08,0x10,0x48,0x42,0x42,0x20,0x00,0x01,
0x60,0x60,0x4B,0x6E,0x0E,0x0D,0x0C,0x0B,0x0A,0x09,
Expand Down

0 comments on commit 6aa2895

Please sign in to comment.