Skip to content

Commit

Permalink
feat(motor): licence announcement added
Browse files Browse the repository at this point in the history
  • Loading branch information
demianzenkov committed Jul 15, 2024
1 parent a491e4b commit fb80eff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions components/motor/esp_simplefoc/port/angle_sensor/as5048a.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "as5048a.h"
#include "esp_log.h"
#include "esp_check.h"
Expand Down
2 changes: 1 addition & 1 deletion components/motor/esp_simplefoc/port/angle_sensor/as5048a.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down

0 comments on commit fb80eff

Please sign in to comment.