Changeset ddb3051 in mainline


Ignore:
Timestamp:
2013-02-13T22:10:22Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
241f12bf
Parents:
f09f059
Message:

print the system clock frequency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mach/beaglebone/beaglebone.c

    rf09f059 rddb3051  
    138138                printf("Cannot get the system clock frequency!\n");
    139139                return;
    140         }
     140        } else
     141                printf("system clock running at %u hz\n", sysclk_freq);
    141142
    142143        am335x_timer_init(&bbone.timer, DMTIMER2, HZ, sysclk_freq);
Note: See TracChangeset for help on using the changeset viewer.