New380 / cubesat-space-protocol

Automatically exported from code.google.com/p/cubesat-space-protocol
0 stars 0 forks source link

Portability issues with csp_services.c #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now csp_services have some OS dependant functionality. Move this into
a csp_arch_services_handler() function and call this from the task_server
default switch condition.

Allthough ping and csp_buffer_available() is not os dependant, these are so
simple that they can be allowed to exist in both freertos/posix verions of
csp_services.c

Original issue reported on code.google.com by johan.de...@gmail.com on 1 May 2010 at 12:33

GoogleCodeExporter commented 9 years ago
Whoops, it was not issue 12 it was issue 10 that was fixed :)

Original comment by johan.de...@gmail.com on 3 May 2010 at 3:53