Skip to content

Commit

Permalink
timer hw pbxa9: fix enum names
Browse files Browse the repository at this point in the history
  • Loading branch information
m-stein committed Dec 8, 2017
1 parent 429f96e commit b3714bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os/src/drivers/timer/hw/pbxa9/platform_timer_base.h
Expand Up @@ -24,7 +24,7 @@
*/
class Platform_timer_base :
public Genode::Io_mem_connection,
public Genode::Sp804_base<Genode::Board_base::SP804_CLOCK>
public Genode::Sp804_base<Genode::Board_base::SP804_0_1_CLOCK>
{
public:

Expand All @@ -35,7 +35,7 @@ class Platform_timer_base :
*/
Platform_timer_base() :
Io_mem_connection(Genode::Board_base::SP804_0_1_MMIO_BASE,
Genode::Board_base::SP804_MMIO_SIZE),
Genode::Board_base::SP804_0_1_MMIO_SIZE),

Sp804_base((Genode::addr_t)Genode::env()->rm_session()->
attach(dataspace()))
Expand Down

0 comments on commit b3714bf

Please sign in to comment.