Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jul 26, 2020
1 parent b0d442d commit cf34733
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cmake_minimum_required(VERSION 3.5)
include($ENV{ADF_PATH}/CMakeLists.txt)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)

project(toniebox)
project(hoerbox)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PROJECT_NAME := toniebox
PROJECT_NAME := hoerbox
include $(ADF_PATH)/project.mk
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# toniebox
# hörbox

## Setup env
```
Expand Down
2 changes: 1 addition & 1 deletion main/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(COMPONENT_SRCS "toniebox.c")
set(COMPONENT_SRCS "hoerbox.c")
set(COMPONENT_ADD_INCLUDEDIRS "")

register_component()
File renamed without changes.

0 comments on commit cf34733

Please sign in to comment.