diff options
author | mauimauer <sebastian@n-unity.de> | 2011-12-02 07:28:33 +0100 |
---|---|---|
committer | mauimauer <sebastian@n-unity.de> | 2011-12-02 07:28:33 +0100 |
commit | a7f9a0672159b7e2fabb77a6abbd837916c0e07f (patch) | |
tree | 942b13664d87b93873c0b9a8a5b0bbe1864d90fe /gpswrapper | |
parent | 66edf631c7c947710975edba8b292c42546a3a07 (diff) | |
download | device_samsung_n7000-a7f9a0672159b7e2fabb77a6abbd837916c0e07f.zip device_samsung_n7000-a7f9a0672159b7e2fabb77a6abbd837916c0e07f.tar.gz device_samsung_n7000-a7f9a0672159b7e2fabb77a6abbd837916c0e07f.tar.bz2 |
Add stuff back after first successful boot into GUI
Diffstat (limited to 'gpswrapper')
-rwxr-xr-x | gpswrapper/gps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpswrapper/gps.c b/gpswrapper/gps.c index dd3746f..d921e27 100755 --- a/gpswrapper/gps.c +++ b/gpswrapper/gps.c @@ -200,4 +200,4 @@ const struct hw_module_t HAL_MODULE_INFO_SYM = { .name = "GPS HAL Wrapper Module",
.author = "Kolja Dummann",
.methods = &gps_module_methods,
-};
+};
\ No newline at end of file |