Search
lxdream.org :: lxdream/src/config.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.c
changeset 759:f16975739abc
prev736:a02d1475ccfd
next866:86cd01c2b2d3
author nkeynes
date Mon Aug 18 12:18:10 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Move arm clock rate back to clock.h where it's supposed to be
Fix STM with R15 (should be current pc +12, was +8...) - not sure how this managed
to work as long as it did
file annotate diff log raw
1.1 --- a/src/config.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/config.c Mon Aug 18 12:18:10 2008 +0000
1.3 @@ -135,7 +135,7 @@
1.4 lxdream_set_config_value(&global_config[key], value);
1.5 }
1.6
1.7 -const lxdream_config_entry_t lxdream_get_config_entry( int key )
1.8 +const struct lxdream_config_entry * lxdream_get_config_entry( int key )
1.9 {
1.10 return &global_config[key];
1.11 }
.