Cosmetic update to comments
This commit is contained in:
parent
1db2614c2a
commit
c8fd7b4670
@ -121,6 +121,11 @@ int dram_main(int argc, char *argv)
|
|||||||
for(;;);
|
for(;;);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* No success indication.. The following cache/MMu operations will clobber
|
||||||
|
* any I/O that we attempt (Hmm.. unless, perhaps, if we delayed. But who
|
||||||
|
* wants a delay?).
|
||||||
|
*/
|
||||||
|
|
||||||
/* Interrupts must be disabled through the following. In this configuration,
|
/* Interrupts must be disabled through the following. In this configuration,
|
||||||
* there should only be timer interrupts. Your NuttX configuration must use
|
* there should only be timer interrupts. Your NuttX configuration must use
|
||||||
* CONFIG_SERIAL_LOWCONSOLE=y or printf() will hang when the interrupts
|
* CONFIG_SERIAL_LOWCONSOLE=y or printf() will hang when the interrupts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user