stm_agps: add __write method for subclasses to override
The call to write() is different for gnss devices, so breaking this out into a new method allows subclasses to use their own specific write()
Please register or sign in to comment
The call to write() is different for gnss devices, so breaking this out into a new method allows subclasses to use their own specific write()