Skip to content

Commit

Permalink
Update cpuinfo.c
Browse files Browse the repository at this point in the history
...
  • Loading branch information
TheNextLVL authored Jan 28, 2019
1 parent 5cc6bce commit e045fd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/cpuinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ int get_rpi_info(rpi_info *info)
// 64bit processor -> new method
uint32_t rpi_rev;
int bRev, bType, bProc, bMfg, bMem, bWarranty ;
char *model;

fp = fopen("/proc/device-tree/system/linux,revision", "r");
if (!fp)
Expand Down

0 comments on commit e045fd4

Please sign in to comment.