Skip to content

Commit

Permalink
bump dlink firmware to v0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Jul 1, 2024
1 parent 20f413a commit 2d2d8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion npk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Package Base Information
name: app-nsdk_dlink
owner: nuclei
version: 0.9.0
version: 0.9.1
description: Nuclei Debugger Link Firmware
type: app
keywords:
Expand Down
2 changes: 1 addition & 1 deletion soc/port.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "semphr.h" /* RTOS semaphore related API prototypes. */
#include "task.h" /* RTOS task related API prototypes. */

#define DLINK_FIRMWARE_VERSION ("v0.9.0")
#define DLINK_FIRMWARE_VERSION ("v0.9.1")

#ifndef CI_JOB_ID
// If CI_JOB_ID = 0, means it is not built by ci
Expand Down

0 comments on commit 2d2d8e8

Please # to comment.