Skip to content

Commit

Permalink
update copyright text
Browse files Browse the repository at this point in the history
  • Loading branch information
hirakuni45 committed Oct 15, 2017
1 parent ec7145d commit 6f84bde
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
12 changes: 7 additions & 5 deletions rx63t_inverter/Makefile_
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#=======================================================================#
# #
# RX Makefile R5F563T6EDFM (64K Flash, 8K Ram) #
# #
#=======================================================================#
#=======================================================================
# @brief RX63T Makefile
# @author 平松邦仁 (hira@rvf-rc45.net)
# @copyright Copyright (C) 2017 Kunihito Hiramatsu @n
# Released under the MIT license @n
# https://github.com/hirakuni45/RX/blob/master/LICENSE
#=======================================================================
TARGET = inverter

ASOURCES = start.s
Expand Down
15 changes: 5 additions & 10 deletions rx63t_inverter/main.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
//=====================================================================//
/*! @file
@brief RX メイン @n
Copyright 2017 Kunihito Hiramatsu
@brief RX メイン
@author 平松邦仁 (hira@rvf-rc45.net)
@copyright Copyright (C) 2017 Kunihito Hiramatsu @n
Released under the MIT license @n
https://github.com/hirakuni45/RX/blob/master/LICENSE
*/
//=====================================================================//
#include <cstdint>
#include <cmath>
#include "common/renesas.hpp"
#include "main.hpp"
#include "rx/rx63x/system.hpp"
#include "rx/rx63x/port.hpp"
#include "rx/rx63x/mpc.hpp"
#include "rx/cmt_io.hpp"
#include "rx/sci_io.hpp"
#include "rx/gpt_io.hpp"
#include "rx/adc_io.hpp"
#include "rx/chout.hpp"
#include "inv_monitor.hpp"


Expand Down

0 comments on commit 6f84bde

Please sign in to comment.