BrianSidebotham / arm-tutorial-rpi

Raspberry-Pi Bare Metal Programming in C Tutorial
https://www.valvers.com/open-software/raspberry-pi/bare-metal-programming-in-c-part-1/
MIT License
585 stars 177 forks source link

RPI_SYSTIMER_BASE address in part 3 of the tutorial #7

Closed ark76r closed 8 years ago

ark76r commented 8 years ago

RPI_SYSTIMER_BASE should depend on platform type (variable RPI2).

BrianSidebotham commented 8 years ago

Committed, Thanks!