Mercurial > ecos
view examples/hello.c @ 2591:b9088f7fbbd3
* cdl/usbs_serial.cdl: Fix typo introduced by Andrew Lunn in the
previous patch when CYGBLD_IO_USB_SLAVE_SERIAL_BUSPOWERED as
renamed CYGOPT_IO_USB_SLAVE_SERIAL_BUSPOWERED.
| author | asl |
|---|---|
| date | Mon, 10 Nov 2008 09:00:08 +0000 |
| parents | ead06911cbae |
| children |
line wrap: on
line source
/* this is a simple hello world program */ #include <stdio.h> int main(void) { printf("Hello, eCos world!\n"); return 0; }
