Skip to content

Commit

Permalink
Use new platform link to os.mbed.com
Browse files Browse the repository at this point in the history
Signed-off-by: iotvietmember <[email protected]>
  • Loading branch information
iotmember authored and c1728p9 committed Oct 13, 2017
1 parent d36e896 commit e1e5bac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/board/vbluno51.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ const char *board_id = "C006";
// the null terminated character
// Note - 4 byte alignemnt required as workaround for ARMCC compiler bug with weak references
__attribute__((aligned(4)))
const vfs_filename_t daplink_url_name = "VBLUNO51HTM";
__attribute__((aligned(4)))
const vfs_filename_t daplink_drive_name = "DAPLINK ";
__attribute__((aligned(4)))
const char *const daplink_target_url = "https://vngiotlab.github.io/vbluno/";
const char *const daplink_target_url = "https://os.mbed.com/platforms/VBLUNO51/";

void prerun_board_config()
{
Expand Down

0 comments on commit e1e5bac

Please sign in to comment.