Skip to content

Commit

Permalink
Fixes the dynalib location error
Browse files Browse the repository at this point in the history
  • Loading branch information
XuGuohui committed Jan 30, 2016
1 parent 5393232 commit 6ce6d2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/duo/system-part2/module_system_part2_export.ld
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PROVIDE ( dynalib_location_hal_wlan = system_part2_module_table + 36 );
PROVIDE ( dynalib_location_hal_usart = system_part2_module_table + 40 );
PROVIDE ( dynalib_location_hal_hci_usart = system_part2_module_table + 44 );
PROVIDE ( dynalib_location_hal_btstack = system_part2_module_table + 48 );
PROVIDE ( dynalib_location_system_net = system_part2_module_table + 48 );
PROVIDE ( dynalib_location_system_cloud = system_part2_module_table + 52 );
PROVIDE ( dynalib_location_hal_concurrent = system_part2_module_table + 56 );
PROVIDE ( dynalib_location_hal_can = system_part2_module_table + 56 );
PROVIDE ( dynalib_location_system_net = system_part2_module_table + 52 );
PROVIDE ( dynalib_location_system_cloud = system_part2_module_table + 56 );
PROVIDE ( dynalib_location_hal_concurrent = system_part2_module_table + 60 );
PROVIDE ( dynalib_location_hal_can = system_part2_module_table + 64 );

0 comments on commit 6ce6d2d

Please sign in to comment.