Mercurial > ecos-v3_0-branch
diff packages/devs/flash/synth/current/ChangeLog @ 2045:efbe5b41658e
* tests/flash1.c (cyg_user_start): Fix a compiler warning about
signedness of pointers.
* src/synth.c (flash_hwr_init): Cast to keep the compiler happy.
| author | asl |
|---|---|
| date | Wed, 03 Aug 2005 20:43:17 +0000 |
| parents | 389f2895cea2 |
| children | 3e8e26d3183a |
line wrap: on
line diff
--- a/packages/devs/flash/synth/current/ChangeLog +++ b/packages/devs/flash/synth/current/ChangeLog @@ -1,3 +1,12 @@ +2005-08-02 Andrew Lunn <andrew.lunn@ascom.ch> + + * tests/flash1.c (cyg_user_start): Fix a compiler warning about + signedness of pointers. + +2005-07-30 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/synth.c (flash_hwr_init): Cast to keep the compiler happy. + 2005-03-27 Andrew Lunn <andrew.lunn@ascom.ch> * tests/flash1.c: gcc 3.x does not like string continuing
