24 lines
1017 B
C
24 lines
1017 B
C
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// file: CCA_Core.h
|
|
// //
|
|
/////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// Copyright (c) 2024 Acroname Inc. - All Rights Reserved //
|
|
// //
|
|
// This file is part of the BrainStem release. See the license.txt //
|
|
// file included with this package or go to //
|
|
// https://acroname.com/software/brainstem-development-kit //
|
|
// for full license details. //
|
|
/////////////////////////////////////////////////////////////////////
|
|
#ifndef __CCA_CORE_H__
|
|
#define __CCA_CORE_H__
|
|
|
|
#include "Result_CCA.h"
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
|
|
#include "aDefs.h"
|
|
|
|
#endif //__CCA_CORE_H__
|