2008-01-09 01:13:24 +00:00
|
|
|
/****************************************************************************
|
2009-06-17 16:28:50 +00:00
|
|
|
* include/debug.h
|
2007-02-17 23:21:28 +00:00
|
|
|
*
|
2024-10-02 15:59:15 +02:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*
|
2021-02-03 11:33:49 +01:00
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
|
* contributor license agreements. See the NOTICE file distributed with
|
|
|
|
|
* this work for additional information regarding copyright ownership. The
|
|
|
|
|
* ASF licenses this file to you under the Apache License, Version 2.0 (the
|
|
|
|
|
* "License"); you may not use this file except in compliance with the
|
|
|
|
|
* License. You may obtain a copy of the License at
|
2007-02-17 23:21:28 +00:00
|
|
|
*
|
2021-02-03 11:33:49 +01:00
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
2007-02-17 23:21:28 +00:00
|
|
|
*
|
2021-02-03 11:33:49 +01:00
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
|
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
|
|
|
* License for the specific language governing permissions and limitations
|
|
|
|
|
* under the License.
|
2007-02-17 23:21:28 +00:00
|
|
|
*
|
2008-01-09 01:13:24 +00:00
|
|
|
****************************************************************************/
|
2007-02-17 23:21:28 +00:00
|
|
|
|
2026-04-01 05:11:15 +05:30
|
|
|
/* This file exists for backward compatibility only.
|
|
|
|
|
* debug.h has been moved to <nuttx/debug.h>.
|
|
|
|
|
* Please update your includes accordingly.
|
2009-09-15 15:44:14 +00:00
|
|
|
*/
|
2007-02-17 23:21:28 +00:00
|
|
|
|
2026-04-02 21:46:00 +05:30
|
|
|
/****************************************************************************
|
|
|
|
|
* Included Files
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
2026-04-01 05:11:15 +05:30
|
|
|
#include <nuttx/debug.h>
|