Marcelo, I have got the code from the site, but there is a bug while give a value to used_in_fix_mask with this sentence: used_in_fix_mask |= (1ul << (32 - prn)), It should be: used_in_fix_mask |= (1ul << (prn-1)) .
On 3月18日, 下午11时22分, Marcelo <[email protected]> wrote: > 2009/3/18 jun <[email protected]>: > > > i can not access to the site > > :http://git.koolu.org/?p=freerunner/platform/hardware/gps.git;a=summary > > can you paste some code at here. thanks. > > Sorry, that server was experiencing some trouble. It's back up again. > > Marcelo --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
