OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openmsp430/trunk/fpga/xilinx_diligent_s3board/software
    from Rev 71 to Rev 84
    Reverse comparison

Rev 71 → Rev 84

/leds/main.c
5,7 → 5,7
Delay function.
*/
void delay(unsigned int c, unsigned int d) {
int i, j;
volatile int i, j;
for (i = 0; i<c; i++) {
for (j = 0; j<d; j++) {
nop();
19,7 → 19,7
it shoule be a clock ;-)
it does not count days, but i think you'll get the idea.
*/
int irq_counter, offset;
volatile int irq_counter, offset;
 
wakeup interrupt (WDT_VECTOR) INT_Watchdog(void) {
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.