Rev 2996 | Rev 3423 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2996 | Rev 3400 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | { |
52 | { |
53 | } |
53 | } |
54 | 54 | ||
55 | int main(int argc, char *argv[]) |
55 | int main(int argc, char *argv[]) |
56 | { |
56 | { |
57 | kputint(-1); |
57 | /* kputint(-1); |
58 | kputint(0x100); |
58 | kputint(0x100); |
59 | printf("Hello from dltest!\n"); |
59 | printf("Hello from dltest!\n"); |
60 | kputint(0x200); |
60 | kputint(0x200); |
- | 61 | while(1);*/ |
|
- | 62 | printf("Hello from dltest!\n"); |
|
61 | while(1); |
63 | while(1); |
62 | return 0; |
64 | return 0; |
63 | } |
65 | } |
64 | 66 | ||
65 | /** @} |
67 | /** @} |