Skip to content
Snippets Groups Projects
Commit 950ab879 authored by Kārlis Seņko's avatar Kārlis Seņko Committed by Daniel Agar
Browse files

Make name mangling type consistent.

parent 11364c0e
No related branches found
No related tags found
No related merge requests found
......@@ -48,11 +48,12 @@
__BEGIN_DECLS
extern int dspal_main(int argc, char *argv[]);
extern struct shmem_info *shmem_info_p;
__END_DECLS
extern int get_shmem_lock(const char *caller_file_name, int caller_line_number);
extern void release_shmem_lock(const char *caller_file_name,
int caller_line_number);
extern void init_shared_memory(void);
__END_DECLS
int px4muorb_orb_initialize()
{
HAP_power_request(100, 100, 1000);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment