Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from HorizonRDK/feature-revert
Browse files Browse the repository at this point in the history
Feature revert
  • Loading branch information
guangyuan-ning authored Jul 10, 2023
2 parents a48156d + d40f3ab commit 0cb3c21
Show file tree
Hide file tree
Showing 24 changed files with 101 additions and 77 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog for sysroot_docker

tros_2.2.0 (2023-07-07)
tros_2.2.0 (2023-07-10)
------------------
1. 更新J5 hbmedia等系统依赖,其中easydnn版本号1.6.1,dnn版本号1.19.3(和v1.1.57_release版本OE对齐),hlog版本号1.6.1。
1. 更新J5 dnn依赖,其中easydnn版本号1.6.1,dnn版本号1.19.3(和v1.1.57_release版本OE对齐),hlog版本号1.6.1。

tros_2.1.0 (2023-06-20)
------------------
Expand Down
6 changes: 3 additions & 3 deletions usr_j5/include/libmm/hb_media_basic_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Copyright 2019 Horizon Robotics, Inc.
* All rights reserved.
*************************************************************************/
#ifndef __HB_MEDIA_BASIC_TYPES_H__
#define __HB_MEDIA_BASIC_TYPES_H__
#ifndef HB_MEDIA_BASIC_TYPES_H
#define HB_MEDIA_BASIC_TYPES_H

#include <stdint.h>

Expand Down Expand Up @@ -68,4 +68,4 @@ typedef unsigned char *hb_byte;
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __HB_MEDIA_BASIC_TYPES_H__ */
#endif /* HB_MEDIA_BASIC_TYPES_H */
Loading

0 comments on commit 0cb3c21

Please sign in to comment.